Parameters
- getter
- An System.Linq.Expressions.Expression object to get the property value from the object.
- props
- An System.Action for setting of an object properties to the object coder builder.
- skipOnWrite
- A function with condition to skip writing the property.
Type Parameters
- TProperty
- The type of the property.
Return Value
The current instance of JsonObjectCoderBuilder<TObject>.